home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / OBV230-A.ZIP / MENULIST < prev    next >
Text File  |  1995-07-19  |  26KB  |  916 lines

  1. Usage of Menu Editor
  2. To create commands that are at any menu, create a menu called GLOBAL.MNU,
  3. those commands will be at every menu.
  4. There are several possibilities for the menu types
  5. In the Pulldown Filename, there can be the following:
  6.   <blank>
  7.     Draws Menu Prompt with the name in the prompt in the prompt and does
  8.       standard input
  9.   ::X
  10.     where X is a letter in the alphabet
  11.     Puts as the input a character from A to the X character randomly
  12.   N
  13.     Writes the Name in the Prompt alone
  14.       with
  15.         ^R - Regular Color
  16.         ^S - Status Color
  17.         ^P - Prompt Color
  18.         ^E - Input Color
  19.         ^V - Inverse Color
  20.         ^X - Box Color
  21.         ^M - Goes down a line
  22.       there are possibilities for the ending character
  23.         / Yes/No Bar Prompt beginning with No
  24.         \ Yes/No Bar Prompt beginning with Yes
  25.         = Yes/No/Quit Bar Prompt Beginning with Yes
  26.         | Yes/No/Quit Bar Prompt Beginning with No
  27.         @ Yes/No/Quit Bar Prompt Beginning with Quit
  28.         * Inputs String
  29.         : Inputs String with a : in a different color
  30.         # Gets one character
  31.         ) Gets one character and echos it if its a low-ASCII character
  32.         ( Sets the string equal to the Input Question varaible set with
  33.           -I or -H)
  34.         [ Hidden Input String
  35.   Bx
  36.     Does Bar selection menu with x number of columns
  37.   <filename.ext>
  38.     Reads in the filename in the textfile directory with |XX marking the
  39.     color and position of option number XX when it is not highlighted and
  40.     %XX marking the color of the option when highlighted
  41.     Option numbers are assigned with the Pulldown ID,
  42.     when stacking commands, when the option is selected with the pulldown
  43.     bar, the input character is set to the key, so if you need to stack commands,
  44.     only give a pulldown ID to the first option in the stack
  45.   There is wildcarding for menu commands:
  46.     If you set the Key to X*, then you can put * in the Cstring and that will
  47.     put what follows the X in the Cstring.
  48.     This is advisable for such cases as file conference jumping such as
  49.     J* with would do JM with a Cstring of * so one could J1,J2, etc.
  50.   Also a possibility for CString is & in which is set to the input gotten
  51.   with -I, -H, or set with -*.
  52. Menu Commands
  53. - = Control Commands
  54. -A
  55.   Writes the CString in the header
  56. -B
  57.   Sets the Bad Prompt to CString
  58. -C
  59.   Clears the FailFlag
  60. -D
  61.   Sends string to modem ~=0.5 sec delay, ^X=Ctrl-X, |=Return
  62. -E
  63.   Writes Characters with ^ control char support
  64. -F
  65.   Prints the file in the text file directory with the filename of cstring
  66. -G
  67.   Goes in the x,y position specified in the CString by X,Y
  68. -H
  69.   Gets String with Hidden Input, maximum length for the string set to the value
  70.     in the CString
  71. -I
  72.   Gets String with Normal Input, maximum length for the string set to the value
  73.     in the CString
  74. -J
  75.   If the Sysop is not Available, the Fail Flag is Set to True
  76.   If he/she is available, the fail flag is set to false
  77. -K
  78.   Change Starting Menu to CString, so all -^ will set the fallback to the old
  79.   starting menu
  80. -L
  81.   Clears the Screen
  82. -M
  83.   If the string inputted with -I or -H is not the cstring, the fail flag is
  84.   set to true.
  85. -N
  86.   Displays the file in the current status screen library denoted by the
  87.   Cstring
  88. -O
  89.   Displays the file in the current menu library denoted by the Cstring
  90. -P
  91.   Pauses for the number of the seconds in the cstring
  92. -Q
  93.   Sets the current menu prompt to the value in the cstring
  94. -R
  95.   Prints a Return
  96. -S
  97.   Changes User Flags,
  98.     a + followed by certain letters will turn on the flags who have the letters
  99.     contained in the bunch of letters
  100.     a - followed by certain letters will turn off the flags who have the letters
  101.     contained in the bunch of letters
  102. -T
  103.   Sets the Status Library to the Value in the Cstring
  104. -U
  105.   Sets the Starting Menu to cstring and replaces the previous starting menu
  106.   on the menu fallback stack with cstring
  107. -V
  108.   Sets Menu Library to the Value in the CString
  109. -W
  110.   Writes CString in the Log
  111. -X
  112.   Returns failflag if file specified by CString does not exist
  113. -Y
  114.   Changes the second set of User Flags,
  115.     a + followed by certain letters will turn on the flags who have the letters
  116.     contained in the bunch of letters
  117.     a - followed by certain letters will turn off the flags who have the letters
  118.     contained in the bunch of letters
  119. -Z
  120.   Waits until output buffer is empty
  121. -/
  122.   Goes to the menu name in the Cstring and sets the fallback to the current
  123.   menu
  124. -\
  125.   Goes to the fallback menu and sets the fallback menu to the previous fallback
  126. -^
  127.   Goes to the menu name in the Cstring and sets the fallback to the starting
  128.   menu
  129. -*
  130.   Sets the input variable usually inputted with -I and -H to the string in the
  131.   Cstring
  132. -=
  133.   Sets User Level to value contained in the CString
  134. -&
  135.   After an execution of an external program via door commands, the errorlevel
  136.   with which the external programmed exited will be put into the input string,
  137.   the one that is also set with -I and -H.
  138. -(
  139.   Does hit return prompt and waits for a return.
  140. -{
  141.   Go to Menu but will not run FIRSTCMDs
  142. -}
  143.   Drop to previous menu but will not run FIRSTCMDs
  144. -]
  145.   Goes forward to menu but make starting menu fallback but will not
  146.   run FIRSTCMDs
  147. -:
  148.   Toggles Locking Output to the Modem
  149. -;
  150.   Toggles Locking Input from the Modem
  151. -$
  152.   Goes to a menu keeping the current fallback processing FIRSTCMDs
  153. -%
  154.   Goes to a menu keeping the current fallback without processing FIRSTCMDs& = MultiNode Commands
  155. --
  156.   Displays and gets input in the same form as the prompt string at a
  157.   promptless menu
  158. -#
  159.   Sets timeleft to value in the CString
  160. -+
  161.   Displays Random WELCOME.X file
  162. -|
  163.   Makes user fill out uncompleted infoforms
  164. -_
  165.   If User is wanted, sysop is paged
  166. -@
  167.   Reads Notices
  168. ->
  169.   Sets infoform name to value in the CString
  170. -!
  171.   Displays current menu prompt using CString as name in prompt
  172. -.
  173.   Send file in Cstring
  174. -<
  175.   Display Prompt String
  176.   CString of the form:
  177.     <Absolute Prompt #>,<Other Text 1>φ<Other Text 2>
  178. -~
  179.   Sets Chat Reason in Status Bar to CString if CString is set, otherwise,
  180.     it removes the chat reason from the status bar
  181. -"
  182.   Sets the number of lines that have been scrolled on the screen to zero.
  183.   This may defer pausing until the next screen of text
  184. -1
  185.   Sets Screen Pausing (that is toggled in the config)
  186.   + in CString turns screen pausing on, anything else turns it off
  187. -2
  188.   Sets Screen Pausing Suspension (ie stops screen pausing if user has
  189.     pausing set)
  190.   + in CString suspends pausing, anything else returns to normal settings
  191. -3
  192.   Adds number of minutes in CString to the user's time
  193. -4
  194.   Removes the number of minutes in CString from the user's time
  195.   Be sure to use this command in conjunction with the T ACS Code so the
  196.     user is not given negative time and kicked off
  197. -,
  198.   Sets Starting Option in Pulldown Menu
  199.   Cstring is the pulldown ID of the desired option
  200. -'
  201.   Turns on Pulldown Menu Re-entrance, returns to previously selected option
  202.   when BBS re-enters the pulldown menu after executing commands that do not
  203.   go to a different menu.
  204. -`
  205.   Turns off Pulldown Menu Re-entrance
  206.  
  207. & = MultiNode Commands
  208. &A
  209.   Gets Page Status
  210. &C
  211.   MultiNode Chat
  212. &D
  213.   Changes node's current activity to contents of cstring
  214. &F
  215.   Forces a user into multinode chat
  216. &H
  217.   Checks for multinode messages
  218. &L
  219.   Views Log of User so far on that call on another node.
  220. &M
  221.   Sends a MultiNode Message to another node
  222. &N
  223.   Forces Offline User on another node
  224. &R
  225.   Join multinode split-screen chat
  226. &S
  227.   View MultiNode Status
  228. &U
  229.   Send Message to All Available Nodes (shown as from current user)
  230. &X
  231.   Send Message to All Available Nodes (shown as from System)
  232. &[
  233.   Set User as Available for Multinode Chat
  234. &]
  235.   Set User as Unavailable for Multinode Chat
  236. { = Matrix Commands
  237. {A
  238.   Applies as New User.  If User completed the application, failflag is set to
  239.   false, otherwise it is true.
  240.   Cstring is the handle with which the user will apply
  241. {C
  242.   Checks User Access.  If User is validated, failflag is set to false,
  243.   otherwise it is true.
  244. {D
  245.   Sets FailFlag to false if user is able to get to main system
  246.   with their account (no need for system pass) otherwise true
  247. {F
  248.   Leaves Feedback to the user number contained in the cstring
  249. {G
  250.   Logs Off From the Matrix
  251. {L
  252.   Launches Extra System format is
  253.     System Password,errorlevel
  254.   So if you want the system password to be Hi and the errorlevel 7, it would
  255.   be
  256.     Hi,7
  257. {P
  258.   Matrix Chat
  259. {S
  260.   Runs main system
  261.   If user does not exist and no system pass is set, returns with a failflag
  262.   set and the user's name in the InputQuest variable
  263. {T
  264.   Sets FailFlag to false if user is able to get to main system
  265.   otherwise true
  266. {X
  267.   Drops into the BBS
  268. ! = Global Newscan Commands
  269. !A
  270.   Scans Message and File Conferences
  271. !F
  272.   Scans File Conferences
  273. !M
  274.   Scans Message Conference
  275. [ = Main Menu Commands
  276. [A
  277.   Edits AutoSig
  278. [C
  279.   Pages Sysop
  280.   If A is in CString, does not check availability
  281.   If N is in CString, does not ask for reason
  282. [D
  283.   Does the Infoform with the value contained in the Cstring
  284. [F
  285.   Fills out infoform into a file
  286.   CString Format: Infoform#, Template
  287.   Will fill put the infoform and put it into a file.  The template format
  288.   is the directory followed by a filename with no period or extension.
  289.   Lets say I had an Oblivion/2 application that I wanted to be filled out
  290.   into a file.  Lets say it was infoform #3, what I would do is this:
  291.   CMD  : [F
  292.   CSTR : 3,C:\OBVAPPS\APP
  293.   And it would fill out the files
  294.     APP.1
  295.     APP.2
  296.     And so on in the C:\OBVAPPS directory.
  297.  
  298. [G
  299.   Logs Off
  300. [H
  301.   Quick Log off
  302. [I
  303.   Fills out Infoform
  304. [K
  305.   User Configuration - will use the cstrin as the config screen if it is not
  306.   blank, otherwise, it will use CONFSCR.ANS.
  307. [L
  308.   Lists Users
  309. [S
  310.   System Status
  311. [U
  312.   Time Bank
  313.     The format in the CString
  314.       {Maximum Total Time} {Maximum Time to Deposit Today}
  315.     So, if you want the maximum total time is 60, and the maximum to deposit
  316.     per day is 15, the format would be
  317.       60 15
  318. [V
  319.   Views Daily Log (CString for number of entries to display)
  320. [W
  321.   Last Callers 
  322.   If CString is not blank, it will denote the numbers of last callers to show
  323.   from 1 to 20.
  324. [X
  325.   Transfer to User
  326. [Y
  327.   Your Status
  328. [+
  329.   Change Password
  330. [-
  331.   Forced User to Change Password
  332. . = Door Commands
  333. .E
  334.   Executes file in your main BBS Directory specified in the CString
  335. .N
  336.   Makes Door RBBS DORINFO1.DEF File with COM0 in the DORINFO1.DEF if you are
  337.   local and executes the file in the door directory with the filename in the
  338.   cstring
  339. .R
  340.   Makes Door RBBS DORINFO1.DEF File with LOCAL in the DORINFO1.DEF if you are
  341.   local and executes the file in the door directory with the filename in the
  342.   cstring
  343. .S
  344.   Makes SRE DOOR.SR file and executes the file in the door directory with the
  345.   filename in the cstring
  346. .T
  347.   Makes TG DOOR.SYS file and executes the file in the door directory with the
  348.   filename in teh cstring
  349. * = Sysop Commands
  350. *#
  351.   Menu Editor
  352. *B
  353.   Deleted List
  354. *C
  355.   System Configuration
  356. *D
  357.   MiniDos
  358. *E
  359.   Edits Strings
  360. *I
  361.   Shows Infoforms
  362. *K
  363.   Clears Infoforms
  364. *L
  365.   Shows Logs
  366. *M
  367.   Make User
  368. *P
  369.   Protocol Editor
  370. *R
  371.   Configures Menu Prompts
  372. *S
  373.   Sets Libraries
  374. *T
  375.   Text Editor
  376. *U
  377.   User Editor
  378. *V
  379.   Event Editor
  380. *X
  381.   View Voting
  382. *Y
  383.   Configurable Levels Editor
  384. ^ = New User Voting Commands
  385. ^D
  386.   Goes through new user voting asking about skipping
  387.   New CString for NUV commands:
  388.     <Nuv ACS>,<Yes Votes>,<No Votes>,<Success Level>,<Deny Level>,<Val User>
  389.   where NUV ACS is ACS of users to be voted upon
  390.     Yes Votes is Positive Votes Required
  391.     Success Level is level when approved
  392.     Deny Level is level when denied acces
  393.     Val User if + tells the software to validate the user, ie give him
  394.       all the necessary flags
  395.     If the options are not phrased correctly, the software will do the regular
  396.       NUV
  397. ^L
  398.   Lists Users in the NUV
  399. ^Q
  400.   Goes through new user voting without asking about skipping and does not
  401.     allow users to quit
  402.   CString same as in ^D
  403. ^S
  404.   Goes through new user voting without asking about skipping
  405.   CString same as in ^D
  406. C = Conference Editor
  407. CA
  408.   Adds a Conference
  409. CD
  410.   Deletes a Conference
  411. CE
  412.   Edits a Conference
  413. CI
  414.   Inits Conference Editor
  415. CL
  416.   List Conferences
  417. CR
  418.   Reorders Conference
  419. CT
  420.   Selects Conference Type
  421. CU
  422.   List Users with Access to a Conference
  423. D = Data Option Menu
  424. DA
  425.   Adds Data
  426. DC
  427.   Edits Data
  428. DD
  429.   Deletes Data
  430.   IF value in CString, deletes that entry
  431. DE
  432.   Edits Selects Data Area
  433. DF
  434.   List Data w/o asking for range limits
  435. DG
  436.   Compiles a list of data and sends it
  437. DK
  438.   Deletes Selected Data Area
  439. DL
  440.   Lists Data w/ asking for range limits
  441. DM
  442.   Add Data Area
  443. DR
  444.   Random Data Display
  445. DS
  446.   Shows Data
  447.   If value in CString, shows that entry
  448. D*
  449.   Selects Data Area in the Cstring
  450. E = Email
  451. EA
  452.   Sysop Option to Scan Email
  453. EB
  454.   Looks in a User's Mail Box
  455. ED
  456.   Delete Incoming piece of Email with the number contained in the Cstring
  457. EE
  458.   Edits Outgoing Email with the number contained in the Cstring
  459. EF
  460.   Forwards Mail with the number contained in the Cstring
  461. EG
  462.   Edits Groups
  463. EI
  464.   Lists Incoming Mail
  465. EK
  466.   Kills Outgoing with the number contained in the Cstring
  467. EL
  468.   Lists Mail
  469. EM
  470.   Memorize Email Message
  471. EN
  472.   Scans for Email
  473. EO
  474.   Lists Outgoing Mail
  475. EP
  476.   Replies to Incoming Email with the number contained in the Cstring
  477. ER
  478.   Read Incoming Mail with the number contained in the Cstring
  479. ES
  480.   Sends Email to the User Number in the Cstring
  481. ET
  482.   Shows Incoming/Outgoing Information
  483. EV
  484.   Views Outgoing Email with the number contained in the Cstring
  485. EX
  486.   Purges FileMail older than a number of days set in the config
  487. EY
  488.   Read mail in your box, but do not mark it as read
  489. EZ
  490.   Packs Email, do this every once in a while
  491. E+ 
  492.   Makes it so user sees all mail
  493. E-
  494.   Makes it so user sess only mail address to them
  495. E$
  496.   Sets Email Incoming Tag to value in Cstring
  497. E#
  498.   Sets Email Outgoing Tag to value in Cstring
  499. F = File Commands
  500. FA
  501.   Lists File Areas
  502. FB
  503.   Batch Menu
  504. FC
  505.   Change Files with the first file to be entered in the list in the cstring
  506. FD
  507.   Downloads Files with the first file to be entered in the list in the cstring
  508. FE
  509.   Newscans Current File Area
  510. FF
  511.   Newscans File Areas without asking if you want to scan them all
  512. FG
  513.   Custom File Operations (See Docs)
  514. FI
  515.   Inits File Areas in the file conference selected
  516. FK
  517.   File List Config
  518. FL
  519.   Lists Files
  520. FM
  521.  Bidirectional transfer.  First file to be downloaded is in the CString
  522. FN
  523.   Newscans File Areas, asks if you want to scan them all
  524. FO
  525.   Shows info for files with the first file to be entered in the list in the
  526.   cstring
  527. FP
  528.   Requests Files
  529. FQ
  530.   Change File Listing Config
  531.     In the CString, the following commands can be used
  532.       0 - Turn off all options
  533.       + - Turn on options of following numbers
  534.       - - Turn off options of following numbers
  535.     for example: 0+127 would turn on options 1, 2, and 7
  536. FR
  537.   Resumes files with the first file to be entered in the list in the cstring
  538. FS
  539.   Sets File Area in the Cstring, if zero, prompts
  540. FT
  541.   Types files with the first file to be entered in the list in the cstring
  542. FU
  543.   Upload Files
  544.   A CString of blind will initiate a blind (description prompts after the
  545.     transfer) upload
  546. FV
  547.   Views files with the first file to be entered in the list in the cstring
  548. FW
  549.   List Users with access to current file area
  550. FX
  551.   Extract files with the first file to be entered in the list in the cstring
  552. FY
  553.   File Status
  554. FZ
  555.   Search for File
  556. F[
  557.   Previous Area
  558. F]
  559.   Next Area
  560. F|
  561.   Generate Complete File List
  562.   If the CString is set to -, color codes will not be included
  563. F=
  564.   If CString is Y, Scrollable file listing is turned on
  565.   If Cstring is N, Scrollable file listing is turned off
  566.   If CString is neither of the above scrollable file listing is toggled
  567. J = Join Conference
  568. JF
  569.   Joins Relative File Conference in the Cstring
  570. JM
  571.   Joins Relative Message Conference in the Cstring
  572. JS
  573.   Joins Absolute Message Conference in the Cstring
  574. JM
  575.   Joins Absolute File Conference in the Cstring
  576. M = Message Commands
  577. MB
  578.   Backwards title scan with message number of the value contained in the
  579.     Cstring
  580. MC
  581.   Newscan Config for this conference
  582. MD
  583.   Deletes a Message
  584. ME
  585.   Edits a Message
  586. MF
  587.   Message Newscans all areas
  588. MG
  589.   Displays BCHANGE.ANS
  590. MH
  591.   Sets Message Header to the value in the cstring
  592.     0 = Internal
  593.     1 = External
  594.     X = HEADER.X in status screen library
  595. MI
  596.   Inits Message Bases in this conferences
  597.   If CString is N, will not display BCHANGE
  598. MJ
  599.   Does Type Newscan (like MO), but does not update newscan pointers
  600.   If there is a CString, the BBS will not prompt for type, but will use the
  601.   first character as the type:
  602.     T - To Current User
  603.     F - From Current User
  604.     D - After a certain date
  605.     I - Containing certain information
  606.     X - Containing certain text
  607. ML
  608.   Lists Message Bases in this conference
  609. MM
  610.   Memorize Message Number Specified in CString, if none specified, BBS
  611.     will prompt
  612. MN
  613.   Newscans w/ prompt to scan all
  614. MO
  615.   Type newscan, like MJ, but updates newscan pointers
  616.   The CString is the same as MJ
  617. MP
  618.   Posts Message
  619. MR
  620.   Reads Messages
  621. MS
  622.   Selects Message Base in the Cstring, if zero, prompts
  623. MT
  624.   Reads Messages in this base in reply reading newscan
  625. MU
  626.   Lists Users w/ access to this conference
  627. MV
  628.   Reads Messages in this base w/ normal reading newscan
  629. MW
  630.   Forward Title Scan starting at the value in Cstring
  631. M[
  632.   Previous Message Base
  633.   If Cstring is N, will not show BCHANGE.ANS
  634. M]
  635.   Next Message Base
  636.   If Cstring is N, will not show BCHANGE.ANS
  637. M!
  638.   Download Message Capture
  639. MZ
  640.   Executes News Scan
  641. N = Single Message Reading Command
  642. NA
  643.   Read Current Message Again
  644. NB
  645.   Backward Thread
  646. ND
  647.   Delete Current Message
  648. NE
  649.   Edit Current Message
  650. NF
  651.   Forward Title Scan with Advance
  652. NG
  653.   Sets last read message to the current one
  654. NI
  655.   FailFlag is true if the user is at the last message
  656. NL
  657.   FailFlag is true if the user is at the last message base
  658. NM
  659.   Memorize Current Message
  660. NN
  661.   Read Next Message
  662. NO
  663.   Backward Title Scan from current message
  664. NP
  665.   Private Reply to Current Message
  666. NR
  667.   Reply to current message
  668. NS
  669.   Sets current message in single reading to the one previous if the current
  670.     message number is greater than the CString.
  671. NT
  672.   Forward Title Scan from current message
  673. NU
  674.   Starts reading at the last read message in current base
  675. NX
  676.   Backward Message Scan with Retreat
  677. NY
  678.   Returns the failflag as true if the current message base is not in the
  679.     newscan
  680. N#
  681.   Read message who's number is in the CString
  682. Q = QWKMail Menu
  683. QD
  684.   Update Message Pointers to a certain date
  685. QL
  686.   Edit Last REP Upload Date
  687. QM
  688.   Make QwkMail Packet
  689. QR
  690.   Receives Reply Packet
  691.   Failflag will be true is reply packet is older than the last one sent
  692. QU
  693.   Update newscan pointers so there are no more new messages
  694. R = Top Ten Listing
  695. A Semicolon at teh end of the CString will make it so the BBS does not pause
  696.   after displaying the topten
  697. RA
  698.   Top Ten List by Top Uploaders with header in Cstring
  699. RB
  700.   Top Ten List by Worst Uploaders with header in Cstring
  701. RC
  702.   Top Ten List by Top Downloaders with header in Cstring
  703. RD
  704.   Top Ten List by Worst Downloaders with header in Cstring
  705. RE
  706.   Top Ten List by Top PCR with header in Cstring
  707. RF
  708.   Top Ten List by Worst PCR with header in Cstring
  709. RG
  710.   Top Ten List by Top K Uploaded with header in Cstring
  711. RH
  712.   Top Ten List by Worst K Uploaded with header in Cstring
  713. RI
  714.   Top Ten List by Top K Downloaded with header in Cstring
  715. RJ
  716.   Top Ten List by Worst K Downloaded with header in Cstring
  717. RK
  718.   Top Ten List by Top Posters with header in Cstring
  719. RL
  720.   Top Ten List by Worst Posters with header in Cstring
  721. RM
  722.   Top Ten List by Top Callers with header in Cstring
  723. RN
  724.   Top Ten List by Worst Callers with header in Cstring
  725. S = Message Base Sponsor
  726. SC
  727.   Copy Message Base
  728.   Creates New Message Base with some of the info of the current base
  729. SE
  730.   Edit Current Message Base
  731. SK
  732.   Kill Current Message Base
  733. SM
  734.   Make Message Base
  735. SP
  736.   Packs Message Bases
  737. SR
  738.   Reorders Message Bases
  739. SX
  740.   Move Message
  741. S@
  742.   Toggles access to all message bases
  743. T = File Sponsor Commands
  744. TA
  745.   Add Files
  746. TC
  747.   Offline Clean Up
  748. TD
  749.   Delete Files with list starting in Cstring
  750. TE
  751.   Edit Current File Area
  752. TF
  753.   Move Files with list starting in Cstring
  754. TG
  755.   Generate File Catalog
  756. TH
  757.   Pack File Description File
  758. TJ
  759.   Justify file paths:
  760.     If file does not exist according to the path in the file record, its
  761.     path will be changed to that of the area.
  762. TK
  763.   Kill Current File Area
  764. TM
  765.   Make File Area
  766. TP
  767.   Global Point Reassign
  768. TR
  769.   Reorder Areas
  770. TS
  771.   Sort Areas
  772. TT
  773.   Offline Tag
  774. TU
  775.   Global Local Upload
  776. TV
  777.   File Validation
  778. T@
  779.   Toggles access to all file bases
  780. T+
  781.   Increase file points of current user by value of CString
  782. T-
  783.   Decrease file points of current user by value of CString
  784. T=
  785.   Set number of file points to value of CString
  786. V = Voting Commands
  787. VA
  788.   Add Question
  789. VC
  790.   Checks for unanswered mandatory questions
  791. VD
  792.   Deletes voting question contained in the cstring, if blank prompts
  793. VL
  794.   Lists Voting Questions
  795. VR
  796.   Answers Voting Question Contained in Cstring, if zero prompts
  797. VS
  798.   Shows Results to Voting Question Contained in Cstring, if zero prompts
  799. + = Color Setting Commands
  800. +1
  801.   Sets Regular Color to the value in the CString
  802. +2
  803.   Sets Prompt Color to the value in the CString
  804. +3
  805.   Sets Input Color to the value in the CString
  806. +4
  807.   Sets Inverse Color to the value in the CString
  808. +5
  809.   Sets Stat Color to the value in the CString
  810. +6
  811.   Sets Box Color to the value in the CString
  812. +S
  813.   Sets your colors to the default colors in the config
  814. ACS Parser
  815. () Codes Contained within take precedence
  816. |  Acts as Logic or between codes on left and right
  817. +  True
  818. -  False
  819. ~  Acts as not on code to the right
  820. \  Yes if Fail Flag
  821. =  Yes if Local
  822. [  Yes if Multinode
  823. ;  If Input is not Broken by aborting with space or escape
  824. '  Gets Sysop Password
  825. A  Yes if Age greater than value on the right
  826. B  Yes if Baud Rate divided by 100 greater than value on the right
  827. C  Yes is user has had more calls since the last password change than the
  828.    value on the right.
  829. D  Yes if File Level greater than or equal to value on the right
  830. E  Yes if Calls Today is greater than or equal to the value on the right
  831. F  Yes if following flag is true
  832. G  Yes if user is male and the value on the right is 0 or user is female
  833.    and the value at the right is 1
  834. H  Yes if user is using the menu set equal to the value on the right
  835. I  Yes if user is using the status screen set equal to the value on the
  836.    right
  837. J  Yes if user has ansi as emulation and value at right is 0
  838.        or user has avatar and the value at right is 1
  839.        or user has rip and the value at right is 2
  840. K  Yes if Absolute File Area Number is equal to the value on the right
  841. L  Yes if Absolute Message Area Number is equal to the value on the right
  842. M  Yes if Message Conference ID is equal to the value on the right
  843. N  Yes if File Conference ID is equal to the value on the right
  844. O  Yes if following second flag is true
  845. P  Yes if user has file points greater than or equal to the value on the right
  846. Q  Yes if the number of the users calls is greater than or equal to the value
  847.      on the right
  848. R  Yes if the total number of calls made to the BBS is greater or equal to the
  849.       value on the right
  850. S  Yes if user level greater than or equal to the value on the right
  851. T  Yes if user has time left greater than or equal to the value on the right
  852. U  Yes if user has the same user number as value on the right
  853. V  Yes if user is on the node whose number is the value on the right.
  854. X  Yes if the first x numbers of the user's phone number agree with the x
  855.    numbers on the right
  856. Y  Yes if the number of minutes past midnight is greater than or equal to the
  857.    value on the right
  858. Z  Yes if the number at the right is the day of the week for today, of the
  859.   form 0 through 6 where 0 is Sunday and 6 is Saturday
  860. *  Yes if user passes PCR check
  861. @  Yes if user passes U/D Ratio Check
  862. #  Yes if user passes U/D K Ratio Check
  863. _  Yes if user is available for multinode chat
  864. $  Yes if there have been as many days since last password change as value
  865.    on the right
  866. ]  Yes if the user has screen pausing on
  867. !  Yes if current menu set number is equal to the value at the right
  868. %  Yes if current status screens set number is equal to the value at the right
  869. ^  Yes if current menu prompt number is equal to the value at the right
  870. :  Yes if current message number in single reading is greater than or equal
  871.       to the value at the right
  872. MCI Codes in printed text files
  873. UN Handle
  874. RN Real Name
  875. PN Phone Number
  876. AD Address
  877. LO Location
  878. UC UserNote
  879. UL Level
  880. FL File level
  881. FP File Points
  882. UK Uploaded K
  883. DK Downloaded K
  884. UP Uploads
  885. DN Downloads
  886. PS Posts
  887. CS Calls
  888. TL Time Left
  889. NF New Files
  890. NP New Posts
  891. CR Connect Rate
  892. TT Daily Time Limit
  893. LC Last Caller
  894. TC Total Calls
  895. CT Calls Today
  896. FT Files Uploadded or Added Today
  897. PT Messages Posts Today
  898. NT New Users Today
  899. UU User Number
  900. BN Board Name
  901. SN Sysop Name
  902. DT Date
  903. TM Time
  904. SS Current Status Screen Library Name
  905. MS Current Menu Library Name
  906. PC Post/Call Ratio
  907. NR U/D Ratio
  908. KR U/D K Ratio
  909. DU Days Until Expiration
  910. NN Node Number
  911. LD Last On Date
  912. VN Version Number
  913. VD Version Date
  914. TF Total Files
  915. TP Total Posts
  916. CE Current Message Number in NX menu command message reading